home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / WINWORDS / HTMTL050.ZIP / RTFTOHTM.H < prev    next >
C/C++ Source or Header  |  1994-03-08  |  214b  |  14 lines

  1. /* RTFRDR.H */
  2.  
  3. #ifndef _rtftohtm_h_
  4. #define _rtftohtm_h_
  5.  
  6. #ifndef _INC_WINDOWS
  7. #include    <windows.h>
  8. #endif
  9.  
  10. extern  long PASCAL FAR RTFtoHTM (LPSTR iname,UINT ilen,LPSTR oname,UINT olen);
  11.  
  12. #endif
  13.  
  14.